home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / Chip_2002-12_cd1.bin / oddech / tobogan / Toboggan_Run.exe / scripts / DefineButton2_283 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-24  |  98b  |  6 lines

  1. on(release){
  2.    play();
  3.    _parent.introsound.stop();
  4.    _parent.gotoAndPlay("skipintro");
  5. }
  6.